Problem Note 37695: How to migrate custom libraries during the migration of SAS® Performance Management Solutions from release 9.1.3 to 9.2
When migrating SAS Performance Management Solutions from a 32-bit (SAS release 9.1.3) to a 64-bit (SAS release 9.2) Microsoft Windows operating system, use the SAS MIGRATE procedure (PROC MIGRATE) to convert all data sets in custom/user-defined SAS libraries from 32-bit format to 64-bit format.
SAS libraries in the SAS Configuration directory are converted automatically by the SAS Migration Utility (SMU) during the configuration process. However, you must manually convert any other SAS libraries after the configuration process is complete.
From a SAS session, run PROC MIGRATE for each of your custom libraries.
Note: The location of your libraries will differ from the example below:
/* Solutions Repository */
LIBNAME Conform BASE "C:\SAS\Config\Lev1\Data\ConformedDataMart";
libname tempconf 'c:\tempconf';
proc migrate in=conform out=tempconf; run;
proc copy in=tempconf out=conform constraint=yes; run;
Operating System and Release Information
SAS System | SAS Strategy Management | Microsoft® Windows® for x64 | 5.1 | 5.2 | 9.2 TS2M2 | 9.2 TS2M3 |
SAS System | SAS Human Capital Management | Microsoft® Windows® for x64 | 5.1 | 5.2 | 9.2 TS2M2 | 9.2 TS2M3 |
SAS System | SAS Financial Management | Microsoft® Windows® for x64 | 5.1 | 5.2 | 9.2 TS2M2 | 9.2 TS2M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
When following the documentation in the SAS Performance Management Solutions 9.1.3 to 9.2 Migration Guide, the first step in the Post-migration tasks is to migrate SAS data sets from a 32-bit to a 64-bit Microsoft Windows operating system.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2011-03-01 19:11:04 |
Date Created: | 2009-11-03 09:47:17 |